Uses of Interface
org.eclipse.vtp.desktop.editors.core.theme.ConnectorFrame

Packages that use ConnectorFrame
org.eclipse.vtp.desktop.editors.core.model   
org.eclipse.vtp.desktop.editors.core.theme   
org.eclipse.vtp.desktop.editors.themes.attraction   
org.eclipse.vtp.desktop.editors.themes.mantis   
 

Uses of ConnectorFrame in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model that return ConnectorFrame
 ConnectorFrame RenderedCanvas.connectElements(ElementFrame source, ElementFrame destination)
           
 ConnectorFrame RenderedCanvas.findConnectorAt(int x, int y)
           
 

Uses of ConnectorFrame in org.eclipse.vtp.desktop.editors.core.theme
 

Methods in org.eclipse.vtp.desktop.editors.core.theme that return ConnectorFrame
 ConnectorFrame Theme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Uses of ConnectorFrame in org.eclipse.vtp.desktop.editors.themes.attraction
 

Classes in org.eclipse.vtp.desktop.editors.themes.attraction that implement ConnectorFrame
 class AttractionConnectorFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction that return ConnectorFrame
 ConnectorFrame AttractionTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Uses of ConnectorFrame in org.eclipse.vtp.desktop.editors.themes.mantis
 

Classes in org.eclipse.vtp.desktop.editors.themes.mantis that implement ConnectorFrame
 class MantisConnectorFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis that return ConnectorFrame
 ConnectorFrame MantisTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)